Autogenerated HTML docs for v1.5.6.3-439-g1e10 
diff --git a/git-submodule.html b/git-submodule.html index 721a90b..1ecc633 100644 --- a/git-submodule.html +++ b/git-submodule.html 
@@ -327,6 +327,25 @@  <em>git submodule</em> [--quiet] update [--init] [--] [&lt;path&gt;&#8230;]   <em>git submodule</em> [--quiet] summary [--summary-limit &lt;n&gt;] [commit] [--] [&lt;path&gt;&#8230;]</div></div>   </div>  +<h2 id="_description">DESCRIPTION</h2>  +<div class="sectionbody">  +<div class="para"><p>Submodules are a special kind of tree entries which refer to a particular tree  +state in another repository. The tree entry describes  +the existence of a submodule with the given name and the exact revision that  +should be used, while an entry in <tt>.gitmodules</tt> file gives the location of  +the repository.</p></div>  +<div class="para"><p>When checked out, submodules will maintain their own independent repositories  +within their directories; the only link between the submodule and the "parent  +project" is the tree entry within the parent project mentioned above.</p></div>  +<div class="para"><p>This command will manage the tree entries and contents of the gitmodules file  +for you, as well as inspecting the status of your submodules and updating them.  +When adding a new submodule to the tree, the <em>add</em> subcommand is to be used.  +However, when pulling a tree containing submodules, these will not be checked  +out by default; the <em>init</em> and <em>update</em> subcommands will maintain submodules  +checked out and at appropriate revision in your working tree. You can inspect  +the current status of your submodules using the <em>submodule</em> subcommand and get  +an overview of changes <em>update</em> would perform using the <em>summary</em> subcommand.</p></div>  +</div>   <h2 id="_commands">COMMANDS</h2>   <div class="sectionbody">   <div class="vlist"><dl>  @@ -490,7 +509,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2008-07-15 15:48:35 UTC  +Last updated 2008-07-17 08:08:29 UTC   </div>   </div>   </body>